Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Added hiding fix#80

Open
igoradamenko wants to merge 2 commits intoFormstoneClassic:masterfrom
igoradamenko:master
Open

Added hiding fix#80
igoradamenko wants to merge 2 commits intoFormstoneClassic:masterfrom
igoradamenko:master

Conversation

@igoradamenko
Copy link
Copy Markdown

If you used selecter with scroller and scroll list by mouse (click, hold and drag scroll-bar), after scrolling selecter was hiding if cursor not on scroll-bar. But if change .parents in _onCloseHelper to .closest this bug is fixed.

Now list is not hiding if cursor on list (not only on scroll-bar) after scrolling.

before pull request: https://www.screenr.com/ZykN
after pull request: https://www.screenr.com/kykN

.parents starts search from first parent, but we need to start from current element.
.parents starts search from first parent, but we need to start from current element.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant